Information about plays

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

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

{
    "id": 379544,
    "uri": "https://api.kexp.org/v2/plays/379544/?format=api",
    "airdate": "2019-09-11T12:23:42-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/23915c7c-4f06-4138-bf49-a4642fbb2d08/15853695614-250.jpg",
    "thumbnail_uri": "",
    "song": "When I Was Young",
    "track_id": "6ed6c8c1-aa96-379d-8f3b-d9374e3cc7fd",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "The Stars Are Indifferent to Astronomy",
    "release_id": "23915c7c-4f06-4138-bf49-a4642fbb2d08",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2012-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nada Surf will perform at Neptune Theater on January 14th, 2020. In the mean time, you can watch their KEXP live in-studio, here: https://bit.ly/2tynxgl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}