Information about plays

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

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

{
    "id": 1415742,
    "uri": "https://api.kexp.org/v2/plays/1415742/?format=api",
    "airdate": "2008-08-29T11:24:24-07:00",
    "show": 24692,
    "show_uri": "https://api.kexp.org/v2/shows/24692/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know Someone Who Knows Someone Who Knows Alan McGhee Quite Well",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pooh Sticks",
    "artist_ids": [
        "1cd4d60a-3e66-4a62-8505-36551a8930fe"
    ],
    "album": "Multiple Orgasm",
    "release_id": "66181a4e-4b73-4d68-8f24-73e59a7b8d23",
    "release_group_id": null,
    "labels": [
        "Fright Records"
    ],
    "label_ids": [
        "bc10edf8-f2f0-429e-99d4-704a8bc69cca"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}