Information about plays

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

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

{
    "id": 502090,
    "uri": "https://api.kexp.org/v2/plays/502090/?format=api",
    "airdate": "2001-12-30T22:13:00-08:00",
    "show": 8628,
    "show_uri": "https://api.kexp.org/v2/shows/8628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You'll Know When You Get There",
    "track_id": "ec7adc11-2c39-448e-8284-1de43f7d241b",
    "recording_id": null,
    "artist": "Ellery Eskelin",
    "artist_ids": [
        "0bacf107-3b73-42b4-a720-2f64a772e034"
    ],
    "album": "The Secret Museum",
    "release_id": "4ba2c44e-608e-4a20-b70d-e55dcd8f74c2",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "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"
}