Information about plays

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

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

{
    "id": 373549,
    "uri": "https://api.kexp.org/v2/plays/373549/?format=api",
    "airdate": "2019-08-28T14:54:01-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac8502f-98e6-4820-8c08-dbcab85bd030/23359653737-250.jpg",
    "thumbnail_uri": "",
    "song": "Speedway",
    "track_id": "58a2495e-46a0-4c5a-b77d-4b2e134e690e",
    "recording_id": null,
    "artist": "Black Midi",
    "artist_ids": [
        "4afbef0a-05ee-4551-b0e0-f1f1870d8f1c"
    ],
    "album": "Schlagenheim",
    "release_id": "cac8502f-98e6-4820-8c08-dbcab85bd030",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super strong release from the South London band -- check out their live performance with KEXP at Iceland Airwaves from this past year: https://www.youtube.com/watch?v=TMn1UuEIVvA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}