Information about plays

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

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

{
    "id": 466683,
    "uri": "https://api.kexp.org/v2/plays/466683/?format=api",
    "airdate": "2001-09-16T06:23:20-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511Jnf4fO7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511Jnf4fO7L._SL75_.jpg",
    "song": "The Time Have Come",
    "track_id": "46286772-1f09-4d65-a376-e295267e88c8",
    "recording_id": null,
    "artist": "Robert Nighthawk",
    "artist_ids": [
        "b4060871-2602-48b7-b2d4-855f68b0af3c"
    ],
    "album": "Live on Maxwell Street - 1964",
    "release_id": "e22b73d7-8267-4744-86d6-5e5d2384c138",
    "release_group_id": null,
    "labels": [
        "Bullseye"
    ],
    "label_ids": [],
    "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"
}