Information about plays

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

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

{
    "id": 2680327,
    "uri": "https://api.kexp.org/v2/plays/2680327/?format=api",
    "airdate": "2019-12-31T08:02:51-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe184422-d8ad-4d42-9187-9dc103f203f5/4062389332-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wanna Be Sedated",
    "track_id": "67dc25e0-c455-3bb7-a079-823594fc3c4d",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Road to Ruin",
    "release_id": "fe184422-d8ad-4d42-9187-9dc103f203f5",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2020 24 hours to go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}