Information about plays

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

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

{
    "id": 1376076,
    "uri": "https://api.kexp.org/v2/plays/1376076/?format=api",
    "airdate": "2008-05-19T17:38:21-07:00",
    "show": 24019,
    "show_uri": "https://api.kexp.org/v2/shows/24019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518AH5d5HAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518AH5d5HAL._SL75_.jpg",
    "song": "Team:Seed",
    "track_id": "25c443b2-75ff-410a-9ed5-fcc6347a146b",
    "recording_id": null,
    "artist": "Future of the Left",
    "artist_ids": [
        "82c5d269-41b3-498b-8596-d960c7556268"
    ],
    "album": "Curses!",
    "release_id": "3a31f314-b55d-45ed-9ad2-832503d7d6af",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}