Information about plays

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

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

{
    "id": 2682228,
    "uri": "https://api.kexp.org/v2/plays/2682228/?format=api",
    "airdate": "2020-01-04T23:08:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anti-War Part Two",
    "track_id": "fb5c16d8-7928-374e-a06d-7a414391d771",
    "recording_id": null,
    "artist": "Deathreat",
    "artist_ids": [
        "7fbe9536-5cd8-42f8-8528-e820af4cae00"
    ],
    "album": "The Severing Of The Last Barred Window",
    "release_id": "55f95b60-9a93-4285-a2b9-3c2fdfe3d55b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}