Information about plays

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

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

{
    "id": 379914,
    "uri": "https://api.kexp.org/v2/plays/379914/?format=api",
    "airdate": "2019-09-12T07:41:34-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ea4753b-b3e2-44a8-afa5-48f99c08a314/3263000680-250.jpg",
    "thumbnail_uri": "",
    "song": "Enfilade",
    "track_id": "5af25a12-4a9b-3cb2-8180-756a22fdf697",
    "recording_id": null,
    "artist": "At the Drive‐In",
    "artist_ids": [
        "7e13cd1c-0300-4d03-bd8e-5f86dd99d74f"
    ],
    "album": "Relationship of Command",
    "release_id": "1ea4753b-b3e2-44a8-afa5-48f99c08a314",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "2000-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the Drive-In hails from El Paso, Texas, formed in 1993. They released the stellar 'Relationship of Command' in 2000, making it 19 years old today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}