Information about plays

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

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

{
    "id": 508843,
    "uri": "https://api.kexp.org/v2/plays/508843/?format=api",
    "airdate": "2002-01-19T21:05:13-08:00",
    "show": 8760,
    "show_uri": "https://api.kexp.org/v2/shows/8760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XGRW4NHPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XGRW4NHPL._SL75_.jpg",
    "song": "Soul Power '70",
    "track_id": "9027cf11-e0cb-42eb-a4d6-de4f961a4d88",
    "recording_id": null,
    "artist": "DJ Design",
    "artist_ids": [
        "3cd6df99-4c95-46d7-8597-05da905cb4a5"
    ],
    "album": "Urban Revolutions: The Future Primitive Sound Collective",
    "release_id": "99599384-6396-40fe-84ff-65a91ba9e381",
    "release_group_id": null,
    "labels": [
        "Future Primitive Sound"
    ],
    "label_ids": [
        "2e9167c6-7fcb-448e-8a7d-0bf2a590a863"
    ],
    "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"
}