Information about plays

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

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

{
    "id": 365439,
    "uri": "https://api.kexp.org/v2/plays/365439/?format=api",
    "airdate": "2019-08-10T03:03:09-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a7ece55-d81f-4f8a-b403-8ed28094ee93/22705803810-250.jpg",
    "thumbnail_uri": "",
    "song": "Optimystical",
    "track_id": "ab22263e-d569-4acf-bd9c-0f04a5b4953b",
    "recording_id": null,
    "artist": "Shafiq Husayn",
    "artist_ids": [
        "6f20aeb7-c17a-472a-8be6-f6af6036d820"
    ],
    "album": "The Loop",
    "release_id": "1a7ece55-d81f-4f8a-b403-8ed28094ee93",
    "release_group_id": null,
    "labels": [
        "Eglo Records"
    ],
    "label_ids": [
        "e2143459-8956-48ab-a072-b3dbfa8d9090"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}