Information about plays

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

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

{
    "id": 1379483,
    "uri": "https://api.kexp.org/v2/plays/1379483/?format=api",
    "airdate": "2008-05-28T05:37:00-07:00",
    "show": 24074,
    "show_uri": "https://api.kexp.org/v2/shows/24074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Have You Done?",
    "track_id": "cabd1f7f-48d4-4f58-89b7-3836cd300143",
    "recording_id": null,
    "artist": "Naomi Shelton and the Gospel Queens",
    "artist_ids": [
        "82aab67e-2b87-4c12-8807-2ed5cf442a72"
    ],
    "album": "What Have You Done?",
    "release_id": "66187a75-3d95-4242-9a65-2a08a80ed958",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2008-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}