Information about plays

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

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

{
    "id": 1295713,
    "uri": "https://api.kexp.org/v2/plays/1295713/?format=api",
    "airdate": "2007-10-27T03:31:46-07:00",
    "show": 22664,
    "show_uri": "https://api.kexp.org/v2/shows/22664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wgeutw9EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wgeutw9EL._SL75_.jpg",
    "song": "Crying Won't Help You",
    "track_id": "7fa95434-52f6-41d1-a2c4-4819b64d958e",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "Singin' the Blues",
    "release_id": "ce4dff9d-a364-476e-abfb-f365bb92d7fd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}