Information about plays

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

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

{
    "id": 342946,
    "uri": "https://api.kexp.org/v2/plays/342946/?format=api",
    "airdate": "2019-06-18T12:50:47-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a11e3b3-18a2-4be3-8d22-500ea0da86c1/22120126033-250.jpg",
    "thumbnail_uri": "",
    "song": "Younger",
    "track_id": "d9c25cb3-4d1d-4d45-be34-a64e8d613824",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "In League With Dragons",
    "release_id": "4a11e3b3-18a2-4be3-8d22-500ea0da86c1",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mountain Goats will play The Showbox on Wednesday, September 4th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}