Information about plays

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

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

{
    "id": 1357553,
    "uri": "https://api.kexp.org/v2/plays/1357553/?format=api",
    "airdate": "2008-04-03T02:34:22-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mississippi Rollin Stone",
    "track_id": "83c8924d-2aa1-4bca-a06c-af85b8afdfb1",
    "recording_id": null,
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "Sexy, Seductive, Provocative",
    "release_id": "4b7060a4-c2f9-4c3c-bb00-d1fa048d5979",
    "release_group_id": null,
    "labels": [
        "Jewel Records"
    ],
    "label_ids": [
        "83dfdba7-a82d-405f-b842-070b91e3b756"
    ],
    "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"
}