Information about plays

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

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

{
    "id": 1257543,
    "uri": "https://api.kexp.org/v2/plays/1257543/?format=api",
    "airdate": "2007-07-21T22:41:23-07:00",
    "show": 22021,
    "show_uri": "https://api.kexp.org/v2/shows/22021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QYHW9C6ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QYHW9C6ML._SL75_.jpg",
    "song": "Covered in Punks Blood",
    "track_id": "aff23008-1ede-426a-8393-2008f73e994b",
    "recording_id": null,
    "artist": "The Desert Sessions",
    "artist_ids": [
        "7a2e6b55-f149-4e74-be6a-30a1b1a387bb"
    ],
    "album": "Desert Sessions, Volumes 9 & 10",
    "release_id": "d6181105-a600-45f0-88ef-7e2a63ccbd0b",
    "release_group_id": null,
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}