Information about plays

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

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

{
    "id": 502676,
    "uri": "https://api.kexp.org/v2/plays/502676/?format=api",
    "airdate": "2002-01-01T18:35:00-08:00",
    "show": 8639,
    "show_uri": "https://api.kexp.org/v2/shows/8639/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/613tTLVxvOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/613tTLVxvOL._SL75_.jpg",
    "song": "Sou",
    "track_id": "482a2058-0d6d-4ef0-8e9a-e44bf05a2973",
    "recording_id": null,
    "artist": "Les Go",
    "artist_ids": [
        "f1d3370f-8af0-4c78-8adc-e1cc4d0c5ad8"
    ],
    "album": "Putumayo Presents: African Odyssey",
    "release_id": "b42c9196-fdb7-40ff-bfde-39479ee68c37",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}