Information about plays

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

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

{
    "id": 1389189,
    "uri": "https://api.kexp.org/v2/plays/1389189/?format=api",
    "airdate": "2008-06-23T17:01:47-07:00",
    "show": 24248,
    "show_uri": "https://api.kexp.org/v2/shows/24248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P1hXnUOqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P1hXnUOqL._SL75_.jpg",
    "song": "Attack of the Ghost Riders",
    "track_id": null,
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Whip It On",
    "release_id": "6fedc0f8-f6dc-4e82-9af8-2f274a367a21",
    "release_group_id": null,
    "labels": [
        "Crunchy Frog Recordings"
    ],
    "label_ids": [
        "ba03df8d-4b8d-4bef-bb32-9ada7f9c89c6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}