Information about plays

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

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

{
    "id": 346436,
    "uri": "https://api.kexp.org/v2/plays/346436/?format=api",
    "airdate": "2019-06-26T11:07:56-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evening Country",
    "track_id": "a17c3dbf-6b1a-45fa-90e3-868ff9b7fba6",
    "recording_id": null,
    "artist": "Tyler Ramsey",
    "artist_ids": [
        "22d7eac8-bdc1-4036-9194-187e3ad04323"
    ],
    "album": "For the Morning",
    "release_id": "a12b5ef6-a15b-45ea-813a-4aec1c52d152",
    "release_group_id": null,
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tyler Ramsey will perform at Columbia City Theater with Carl Broemel on Sun. July 14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}