Information about plays

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

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

{
    "id": 504167,
    "uri": "https://api.kexp.org/v2/plays/504167/?format=api",
    "airdate": "2002-01-06T03:53:00-08:00",
    "show": 8668,
    "show_uri": "https://api.kexp.org/v2/shows/8668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311pOcPb2GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311pOcPb2GL._SL75_.jpg",
    "song": "New Forms",
    "track_id": "1c432d2e-89f4-415a-a1f7-387afbe75c25",
    "recording_id": null,
    "artist": "Roni Size & Reprazent",
    "artist_ids": [
        "45e00f0f-f52b-4db8-a480-cf87b71c4800"
    ],
    "album": "New Forms",
    "release_id": "ccb3ac29-39c2-4aa7-b2e5-6eef6c213e01",
    "release_group_id": null,
    "labels": [
        "Talkin' Loud"
    ],
    "label_ids": [
        "df638e26-3c8b-434e-9d54-8f83e9e66d54"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}