Information about plays

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

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

{
    "id": 1257684,
    "uri": "https://api.kexp.org/v2/plays/1257684/?format=api",
    "airdate": "2007-07-22T10:06:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xOeHAPE0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xOeHAPE0L._SL75_.jpg",
    "song": "Think It Over",
    "track_id": "dab2e3ba-1d15-4035-9237-afd4647355b9",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "His Best: The Electric B.B. King",
    "release_id": "29701718-f534-4320-88f4-576d856c04ec",
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "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"
}