Information about plays

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

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

{
    "id": 471424,
    "uri": "https://api.kexp.org/v2/plays/471424/?format=api",
    "airdate": "2001-09-30T09:21:10-07:00",
    "show": 8028,
    "show_uri": "https://api.kexp.org/v2/shows/8028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41khOtMzpAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41khOtMzpAL._SL75_.jpg",
    "song": "God Trying to Get Your Attention",
    "track_id": "4945017d-f96e-4d7f-91f9-023f1fa74807",
    "recording_id": null,
    "artist": "Keb’ Mo’",
    "artist_ids": [
        "280ddd36-ac7d-4446-8689-a548d6f3458e"
    ],
    "album": "Slow Down",
    "release_id": "a864ed26-e129-4aa7-bb06-67f0d2c7405f",
    "release_group_id": null,
    "labels": [
        "Okeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "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"
}