Information about plays

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

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

{
    "id": 2675530,
    "uri": "https://api.kexp.org/v2/plays/2675530/?format=api",
    "airdate": "2019-12-19T20:07:09-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Town",
    "track_id": "47dba600-9567-4930-bd17-01a551446edb",
    "recording_id": null,
    "artist": "Trampled by Turtles",
    "artist_ids": [
        "c6a5a49b-9885-42e6-9fb5-ccaaec05f753"
    ],
    "album": "Sigourney Fever",
    "release_id": "5b5ad328-dca4-46ce-a113-adc71f34c6b2",
    "release_group_id": null,
    "labels": [
        "Banjodad Records"
    ],
    "label_ids": [
        "5d68da85-5aba-4aa5-8bfc-b2c3479d4f4c"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iris DeMent tune!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}