Information about plays

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

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

{
    "id": 465408,
    "uri": "https://api.kexp.org/v2/plays/465408/?format=api",
    "airdate": "2001-09-12T09:09:13-07:00",
    "show": 7911,
    "show_uri": "https://api.kexp.org/v2/shows/7911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pilgrims, Martyrs and Saints",
    "track_id": "7fae16b7-a8c2-4dc2-8ea1-319867b71ade",
    "recording_id": null,
    "artist": "David J",
    "artist_ids": [
        "41225e9f-3b4c-4287-a778-165c65f04be9"
    ],
    "album": "Urban Urbane",
    "release_id": "7a80598d-7572-4beb-8437-b29471475d62",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}