Information about plays

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

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

{
    "id": 343111,
    "uri": "https://api.kexp.org/v2/plays/343111/?format=api",
    "airdate": "2019-06-18T20:25:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyland",
    "track_id": "c9e6bf34-a642-4fd9-b9a3-59f6de648eec",
    "recording_id": null,
    "artist": "47SOUL",
    "artist_ids": [
        "3bbc179b-cada-4022-a495-c1ee3566e033"
    ],
    "album": "Shamstep",
    "release_id": "6d7e6d1a-e8ac-4018-9a9e-94575e157698",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Palestinian/Jordan. The band’s four members all share Palestinian roots. Their parents took refuge in Jordan during the 1948 Nakba (Catastrophe), the expulsion and dispossession of hundreds of thousands of Palestinians from their homes in the war that led to the founding of Israel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}