Information about plays

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

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

{
    "id": 419539,
    "uri": "https://api.kexp.org/v2/plays/419539/?format=api",
    "airdate": "2001-04-29T21:04:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PRB1TSSRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PRB1TSSRL._SL75_.jpg",
    "song": "Sleepwalk",
    "track_id": "a6404dcf-b05d-496b-ba22-4a1321858f90",
    "recording_id": null,
    "artist": "Matrix",
    "artist_ids": [
        "ca5cc977-a7bf-4842-812e-91ac58e53111"
    ],
    "album": "Sleepwalk",
    "release_id": "31766c6e-3e6b-4453-a5f6-2e60c4c475ec",
    "release_group_id": null,
    "labels": [
        "Virus Recordings"
    ],
    "label_ids": [
        "4a0bc101-fe13-414b-8cad-6340ff1147c8"
    ],
    "release_date": "2000-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}