Information about plays

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

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

{
    "id": 451583,
    "uri": "https://api.kexp.org/v2/plays/451583/?format=api",
    "airdate": "2001-08-02T21:27:16-07:00",
    "show": 7637,
    "show_uri": "https://api.kexp.org/v2/shows/7637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What I'm Shooting For",
    "track_id": null,
    "recording_id": null,
    "artist": "Transient Waves",
    "artist_ids": [
        "1a988ef5-77d6-4410-9abb-27c80130d385"
    ],
    "album": "Sonic Narcotic",
    "release_id": "a333fc64-4061-4cc2-9a53-2be2bd471645",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "1999-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}