Information about plays

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

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

{
    "id": 1417332,
    "uri": "https://api.kexp.org/v2/plays/1417332/?format=api",
    "airdate": "2008-09-02T12:48:40-07:00",
    "show": 24721,
    "show_uri": "https://api.kexp.org/v2/shows/24721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Me Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "T-Model Ford and GravelRoad",
    "artist_ids": [
        "c17417b3-5873-48b6-813b-48c2874fb60e"
    ],
    "album": "Live at KEXP in Chicago",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}