Information about plays

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

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

{
    "id": 426613,
    "uri": "https://api.kexp.org/v2/plays/426613/?format=api",
    "airdate": "2001-05-21T15:31:34-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RHA3HW12L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RHA3HW12L._SL75_.jpg",
    "song": "Wired for Sound",
    "track_id": "1ca59cde-f92e-4dbd-99f5-a3d79754cb69",
    "recording_id": null,
    "artist": "Spare Snare",
    "artist_ids": [
        "49d620b8-1588-402b-983b-d299efdf97ef"
    ],
    "album": "Spare Snare",
    "release_id": "6b0dfeb7-86fb-4052-8ecb-3973a0d9dd47",
    "release_group_id": null,
    "labels": [
        "Prospective"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}