Information about plays

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

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

{
    "id": 529711,
    "uri": "https://api.kexp.org/v2/plays/529711/?format=api",
    "airdate": "2002-03-21T18:22:00-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419K37CW92L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419K37CW92L._SL75_.jpg",
    "song": "Used to Be",
    "track_id": "3e809b3f-f309-446f-be8a-bef774202a6f",
    "recording_id": null,
    "artist": "Bill Monroe",
    "artist_ids": [
        "2a2be593-6984-4640-8cf1-717ec7a6e18b"
    ],
    "album": "The Music of Bill Monroe: 1936 to 1994 (disc 2)",
    "release_id": "8ad05a3d-0c6e-4ad7-8dac-88ea39551fc6",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}