Information about plays

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

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

{
    "id": 1404407,
    "uri": "https://api.kexp.org/v2/plays/1404407/?format=api",
    "airdate": "2008-08-01T03:46:04-07:00",
    "show": 24502,
    "show_uri": "https://api.kexp.org/v2/shows/24502/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515lAFaiPUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515lAFaiPUL._SL75_.jpg",
    "song": "Das schöne Einheitsbild",
    "track_id": "cf653178-ae72-4652-be27-de54004704b2",
    "recording_id": null,
    "artist": "Barbara Morgenstern",
    "artist_ids": [
        "00370693-7679-46c1-8ddd-63e1d082c459"
    ],
    "album": "The Grass Is Always Greener",
    "release_id": "3f5fe3f7-6b0e-4a9e-8003-a022c9fd2019",
    "release_group_id": null,
    "labels": [
        "Monika Enterprise"
    ],
    "label_ids": [
        "20f19216-b4e7-444c-9a7e-80d503b79044"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}