Information about plays

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

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

{
    "id": 371220,
    "uri": "https://api.kexp.org/v2/plays/371220/?format=api",
    "airdate": "2019-08-23T08:34:00-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holes",
    "track_id": "f380cee8-0c24-3b7f-b829-a0f90a3e9175",
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "Deserter's Songs",
    "release_id": "622d3f09-9d01-39f3-b57b-4a0609a94c11",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [],
    "release_date": "1998-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mercury Rev (with Beth Orton) will play The Neptune Theatre on Wednesday, October 9th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}