Information about plays

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

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

{
    "id": 379950,
    "uri": "https://api.kexp.org/v2/plays/379950/?format=api",
    "airdate": "2019-09-12T09:52:40-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b822949-270d-45f5-ab9c-10c434d611bc/9494451789-250.jpg",
    "thumbnail_uri": "",
    "song": "Fell Off the Floor, Man",
    "track_id": "8970ea16-3d27-3373-af96-85d316effd5a",
    "recording_id": null,
    "artist": "dEUS",
    "artist_ids": [
        "2d0ec174-2bff-4f46-ae1b-dfea0ed9391c"
    ],
    "album": "In a Bar, Under the Sea",
    "release_id": "0b822949-270d-45f5-ab9c-10c434d611bc",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1996-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}