Information about plays

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

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

{
    "id": 343534,
    "uri": "https://api.kexp.org/v2/plays/343534/?format=api",
    "airdate": "2019-06-19T15:59:56-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/758be126-293b-4f00-9093-c79dae458abc/5540425495-250.jpg",
    "thumbnail_uri": "",
    "song": "Free Your Mind",
    "track_id": "d5c9c9b0-407f-4bf6-8c1f-e252dead0777",
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Free Your Mind",
    "release_id": "758be126-293b-4f00-9093-c79dae458abc",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2013-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cutcopy.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}