Information about plays

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

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

{
    "id": 351385,
    "uri": "https://api.kexp.org/v2/plays/351385/?format=api",
    "airdate": "2019-07-07T16:57:23-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "July Flame",
    "track_id": "956610f7-8092-3304-a013-21f248c9a416",
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "July Flame",
    "release_id": "bc910d70-e3ef-461d-88e7-53b4f3dcbe20",
    "release_group_id": null,
    "labels": [
        "Raven Marching Band Records"
    ],
    "label_ids": [
        "ef466b00-7e71-493b-b062-f9c0e34a8b16"
    ],
    "release_date": "2010-01-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=X9BWRh92ifs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}