Information about plays

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

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

{
    "id": 1364168,
    "uri": "https://api.kexp.org/v2/plays/1364168/?format=api",
    "airdate": "2008-04-19T17:30:54-07:00",
    "show": 23818,
    "show_uri": "https://api.kexp.org/v2/shows/23818/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZQXWS9Q8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZQXWS9Q8L._SL75_.jpg",
    "song": "Rio de Janeiro",
    "track_id": null,
    "recording_id": null,
    "artist": "Ugly Duckling",
    "artist_ids": [
        "abe0ffbc-58c9-4688-a4c5-096411802660"
    ],
    "album": "Taste the Secret",
    "release_id": "5ffc1c61-6430-46ae-a9d0-e56ba92b7b30",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "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"
}