Information about plays

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

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

{
    "id": 439461,
    "uri": "https://api.kexp.org/v2/plays/439461/?format=api",
    "airdate": "2001-06-28T12:16:40-07:00",
    "show": 7408,
    "show_uri": "https://api.kexp.org/v2/shows/7408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tumble 'n' Tear",
    "track_id": "f04ea21e-c859-4501-ac42-f9f021d8dfc8",
    "recording_id": null,
    "artist": "Giant Sand",
    "artist_ids": [
        "249eb550-505e-43ef-ac50-e8c605706ff1"
    ],
    "album": "Giant Sandwich",
    "release_id": "d30860ac-d94b-43cf-8a4f-83def1b0c4d9",
    "release_group_id": null,
    "labels": [
        "Homestead"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}