Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/469381/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 469381,
    "uri": "https://api.kexp.org/v2/plays/469381/?format=api",
    "airdate": "2001-09-24T08:28:14-07:00",
    "show": 7990,
    "show_uri": "https://api.kexp.org/v2/shows/7990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P6CVT5P9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P6CVT5P9L._SL75_.jpg",
    "song": "Long Beach",
    "track_id": "c7fa88f2-1fb3-43b9-ac4b-f61715209444",
    "recording_id": null,
    "artist": "Bethany Curve",
    "artist_ids": [
        "f535961b-9df4-4711-87c5-fde191845de9"
    ],
    "album": "You Brought Us Here",
    "release_id": "361c6f9a-86e1-469c-9299-f348e3c341b4",
    "release_group_id": null,
    "labels": [
        "Unit Circle"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}