Information about plays

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

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

{
    "id": 1413789,
    "uri": "https://api.kexp.org/v2/plays/1413789/?format=api",
    "airdate": "2008-08-24T16:49:24-07:00",
    "show": 24662,
    "show_uri": "https://api.kexp.org/v2/shows/24662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The English Motorway System",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Box Recorder",
    "artist_ids": [
        "49302df8-9e4f-42ed-8a9c-5d6f8d6cb83c"
    ],
    "album": "The Facts Of Life[Bonus Tracks]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Car Crash Set"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}