Information about plays

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

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

{
    "id": 535273,
    "uri": "https://api.kexp.org/v2/plays/535273/?format=api",
    "airdate": "2002-04-06T12:51:59-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JoShL0m4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JoShL0m4L._SL75_.jpg",
    "song": "Argo",
    "track_id": "87e50809-5791-41d0-a183-4f320e50bfe8",
    "recording_id": null,
    "artist": "Dave Douglas",
    "artist_ids": [
        "c423b65c-2302-45dd-a3a4-ae10e519196a"
    ],
    "album": "The Infinite",
    "release_id": "81c6e1e6-957f-4d04-9d66-599e57b94a66",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}