Information about plays

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

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

{
    "id": 1278321,
    "uri": "https://api.kexp.org/v2/plays/1278321/?format=api",
    "airdate": "2007-09-12T13:04:43-07:00",
    "show": 22372,
    "show_uri": "https://api.kexp.org/v2/shows/22372/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417D5GMQTAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417D5GMQTAL._SL75_.jpg",
    "song": "Flaming Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "Too High to Die",
    "release_id": "f96c6938-def4-4bf8-904b-63f4595da54f",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}