Information about plays

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

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

{
    "id": 503911,
    "uri": "https://api.kexp.org/v2/plays/503911/?format=api",
    "airdate": "2002-01-05T09:33:00-08:00",
    "show": 8661,
    "show_uri": "https://api.kexp.org/v2/shows/8661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Chin",
    "track_id": "ffee0a2c-d61a-4257-b80d-3d6cf1e0b9fc",
    "recording_id": null,
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Totall Recall 3",
    "release_id": "25f096e6-baf9-48d2-b694-cfb8f52992cb",
    "release_group_id": null,
    "labels": [
        "Magnum Music Group"
    ],
    "label_ids": [],
    "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"
}