Information about plays

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

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

{
    "id": 424282,
    "uri": "https://api.kexp.org/v2/plays/424282/?format=api",
    "airdate": "2001-05-14T09:26:40-07:00",
    "show": 7116,
    "show_uri": "https://api.kexp.org/v2/shows/7116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daylight",
    "track_id": "172c9a08-66a7-4bf9-963f-df8108a02b13",
    "recording_id": null,
    "artist": "Merkin",
    "artist_ids": [
        "6875e88f-90ee-4c4d-9b18-96b44483e8b1"
    ],
    "album": "Shadow: Hed Sessions",
    "release_id": "0a87cb76-a7d4-48ec-8c35-f02fa652b33a",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [
        "0252b53d-c120-4c15-a4a5-589fb758ba3c"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}