Information about plays

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

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

{
    "id": 380384,
    "uri": "https://api.kexp.org/v2/plays/380384/?format=api",
    "airdate": "2019-09-13T11:30:05-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring On the Dancing Horses",
    "track_id": "b0133d33-2c91-4c96-b766-9463b641917c",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "The Very Best Of: More Songs to Learn and Sing",
    "release_id": "a6461e4e-a2c6-4736-98a3-14f44761391f",
    "release_group_id": null,
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "9c5cba05-bcad-4daa-b58f-fad3197a2148"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bring On the Dancing Horses\" was recorded for the John Hughes 1986 film <i>Pretty in Pink.</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}