Information about plays

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

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

{
    "id": 353521,
    "uri": "https://api.kexp.org/v2/plays/353521/?format=api",
    "airdate": "2019-07-12T15:33:00-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely Soul",
    "track_id": "3aaf2a8f-a4da-3909-b356-a2af7f8f2bb3",
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Psyence Fiction",
    "release_id": "6fb995bc-fbd0-4563-9a08-940212030a54",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1998-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Richard Ashcroft of The Verve on vocals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}