Information about plays

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

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

{
    "id": 456994,
    "uri": "https://api.kexp.org/v2/plays/456994/?format=api",
    "airdate": "2001-08-18T11:51:25-07:00",
    "show": 7737,
    "show_uri": "https://api.kexp.org/v2/shows/7737/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ina Jah Children",
    "track_id": "73181cd3-8db0-4cc4-bd4b-d51baffea89f",
    "recording_id": null,
    "artist": "Dhaima",
    "artist_ids": [
        "3412ea58-33c7-4af5-986b-84fb4eb975c8"
    ],
    "album": "Uptown Top Ranking: 16 Reggae Greats",
    "release_id": "aeeb121d-3211-4edc-9aa1-75858c9e331f",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs 7"
    ],
    "label_ids": [],
    "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"
}