Information about plays

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

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

{
    "id": 529973,
    "uri": "https://api.kexp.org/v2/plays/529973/?format=api",
    "airdate": "2002-03-22T12:00:29-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c5SIFzgkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c5SIFzgkL._SL75_.jpg",
    "song": "Rollin'",
    "track_id": "902cd3e5-84d9-4e95-b18c-52e3556a046c",
    "recording_id": null,
    "artist": "Rebirth Brass Band",
    "artist_ids": [
        "73701a01-07e2-44f7-8935-e094bdc22892"
    ],
    "album": "Rollin'",
    "release_id": "0f5324a1-c98d-465a-a44b-12f4f1246346",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}