Information about plays

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

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

{
    "id": 2680560,
    "uri": "https://api.kexp.org/v2/plays/2680560/?format=api",
    "airdate": "2019-12-31T22:09:00-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Square Pegs",
    "track_id": "c9b12824-bdc1-4f37-9504-73ed10f9436c",
    "recording_id": null,
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "Just Desserts: The Complete Waitresses",
    "release_id": "414aa1ad-62d2-414a-aa32-a25f47d56b24",
    "release_group_id": null,
    "labels": [
        "Omnivore Recordings"
    ],
    "label_ids": [
        "48a7bfbb-2352-4cea-9030-0a8665a51fcc"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}