Information about plays

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

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

{
    "id": 350874,
    "uri": "https://api.kexp.org/v2/plays/350874/?format=api",
    "airdate": "2019-07-06T13:48:53-07:00",
    "show": 5844,
    "show_uri": "https://api.kexp.org/v2/shows/5844/?format=api",
    "image_uri": "http://coverartarchive.org/release/da50c5bf-b993-484a-b383-75940ac53d81/22939311940-250.jpg",
    "thumbnail_uri": "",
    "song": "New World",
    "track_id": "57c41eb1-96b0-4450-a980-5281c334cd63",
    "recording_id": null,
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "This Mess Is a Place",
    "release_id": "da50c5bf-b993-484a-b383-75940ac53d81",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}