Information about plays

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

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

{
    "id": 1296631,
    "uri": "https://api.kexp.org/v2/plays/1296631/?format=api",
    "airdate": "2007-10-30T03:40:16-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-k417B5-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-k417B5-L._SL75_.jpg",
    "song": "Take",
    "track_id": "f75bb535-dc63-4b32-bd22-257e466eeee7",
    "recording_id": null,
    "artist": "Tunng",
    "artist_ids": [
        "1eeaf46d-4991-4e95-8068-927627ccfc18"
    ],
    "album": "Good Arrows",
    "release_id": "fdebb0b7-73b6-4eea-bd96-fa11b8eff8b7",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2007-08-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}