Information about plays

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

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

{
    "id": 2682996,
    "uri": "https://api.kexp.org/v2/plays/2682996/?format=api",
    "airdate": "2020-01-06T21:46:00-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seether",
    "track_id": "57343850-7f30-468c-9d13-0aec94bb9379",
    "recording_id": null,
    "artist": "Veruca Salt",
    "artist_ids": [
        "86e8e21a-d29f-47d2-bbf0-e079f7044e71"
    ],
    "album": "American Thighs",
    "release_id": "a563b7e0-f2c2-4025-8808-a1a0a5f92a7d",
    "release_group_id": null,
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "1995-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}