Information about plays

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

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

{
    "id": 530597,
    "uri": "https://api.kexp.org/v2/plays/530597/?format=api",
    "airdate": "2002-03-24T10:59:43-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TeFFImgYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TeFFImgYL._SL75_.jpg",
    "song": "Go On If You're Goin'",
    "track_id": "e2341f8f-9a87-497c-a2e8-48bba8764ffb",
    "recording_id": null,
    "artist": "Little Charlie & The Nightcats",
    "artist_ids": [
        "2581ed0a-6718-4d17-ae20-aa135e3434e2"
    ],
    "album": "That's Big",
    "release_id": "84c0d96a-8033-4c41-9f5f-a4849defa910",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}