Information about plays

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

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

{
    "id": 379921,
    "uri": "https://api.kexp.org/v2/plays/379921/?format=api",
    "airdate": "2019-09-12T08:14:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Speak",
    "track_id": "417d2278-f875-474b-9c2e-f82955f6138b",
    "recording_id": null,
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Nobody Speak",
    "release_id": "7d0a3fd0-8283-4d5f-820a-32832d746cef",
    "release_group_id": null,
    "labels": [
        "Reconstruction Productions"
    ],
    "label_ids": [],
    "release_date": "2016-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shadow and Run the Jewels collaborated on this track which features an interpolation of \"Ol' Man River\" by Caterina Valente from the 1927 musical \"Showboat\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}