Information about plays

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

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

{
    "id": 481025,
    "uri": "https://api.kexp.org/v2/plays/481025/?format=api",
    "airdate": "2001-10-28T09:03:31-08:00",
    "show": 8212,
    "show_uri": "https://api.kexp.org/v2/shows/8212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yCc8GuYYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yCc8GuYYL._SL75_.jpg",
    "song": "Sittin' on Top of the World",
    "track_id": "a8aa2e9f-d1af-46a9-9792-8d75c35e273d",
    "recording_id": null,
    "artist": "Sonny Terry & Brownie McGhee",
    "artist_ids": [
        "b95e98f2-5511-4dc9-a089-444af424d74d"
    ],
    "album": "Hometown Blues",
    "release_id": "5597d091-dd89-4b60-97ee-9c43bb1dcee0",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}