Information about plays

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

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

{
    "id": 376451,
    "uri": "https://api.kexp.org/v2/plays/376451/?format=api",
    "airdate": "2019-09-04T08:34:55-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dear God 2.0",
    "track_id": "8a72bd78-d79e-4dc2-ba75-c76242115758",
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "How I Got Over",
    "release_id": "4ccb131c-ed81-4297-8011-a45d8685e573",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features Monsters of Folk members Jim James, Conor Oberst, M. Ward and Mike Mogis. Here's the video: https://www.youtube.com/watch?v=32Qr5oKKP-M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}