Information about plays

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

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

{
    "id": 414714,
    "uri": "https://api.kexp.org/v2/plays/414714/?format=api",
    "airdate": "2001-04-12T09:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CM19R8HGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CM19R8HGL._SL75_.jpg",
    "song": "Govt of Spain",
    "track_id": null,
    "recording_id": null,
    "artist": "Prolapse",
    "artist_ids": [
        "4b8cb083-b59a-43d6-a4e8-6bf089430b17"
    ],
    "album": "Ghosts of Dead Aeroplanes",
    "release_id": "ace4d1c8-cc02-4f3b-a3d7-2dc0af5cfd50",
    "release_group_id": null,
    "labels": [
        "Jetset"
    ],
    "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"
}