Information about plays

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

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

{
    "id": 1356320,
    "uri": "https://api.kexp.org/v2/plays/1356320/?format=api",
    "airdate": "2008-03-30T23:56:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely Planet",
    "track_id": "715ad114-b7c7-497f-b1dd-f44f6601e59d",
    "recording_id": null,
    "artist": "Shit Robot",
    "artist_ids": [
        "c3754232-e672-4055-afec-2f3f9633f864"
    ],
    "album": "Chasm",
    "release_id": "1b9d06bf-7b93-4b81-a512-6bc3f1280eb4",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}