Information about plays

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

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

{
    "id": 353485,
    "uri": "https://api.kexp.org/v2/plays/353485/?format=api",
    "airdate": "2019-07-12T13:29:00-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr Memory",
    "track_id": "18585108-1225-4957-a5bc-85c1391bb34c",
    "recording_id": null,
    "artist": "Shake Some Action!",
    "artist_ids": [
        "b28c9169-3ac0-478b-a7a3-f41627692f3b"
    ],
    "album": "Thirty Nine",
    "release_id": "ab9246d5-5a3d-43e5-960a-f8da90d6a859",
    "release_group_id": null,
    "labels": [
        "Satellite 451 Records"
    ],
    "label_ids": [
        "ba599f46-e33c-400e-996b-52752fb4107a"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle-based band Shake Some Action's new album <em>Thirty Nine</em> was inspired by the Alfred Hitchcock film “The 39 Steps.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}