Information about plays

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

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

{
    "id": 347874,
    "uri": "https://api.kexp.org/v2/plays/347874/?format=api",
    "airdate": "2019-06-29T15:17:41-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/df0f66d1-aad5-4fe1-b758-3fd5aa5908b7/3817529789-250.jpg",
    "thumbnail_uri": "",
    "song": "Sleepwalking",
    "track_id": "3135a2c2-2e73-3e62-9e70-0775bff83fdd",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Monomania",
    "release_id": "df0f66d1-aad5-4fe1-b758-3fd5aa5908b7",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deerhunter will be performing at The Showbox on Saturday, July 20th at 7pm!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}