Information about plays

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

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

{
    "id": 2681964,
    "uri": "https://api.kexp.org/v2/plays/2681964/?format=api",
    "airdate": "2020-01-04T09:35:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Movie Star (Dub)",
    "track_id": "98fe86b6-7923-40f6-a4d8-cdeb4d6cf1d3",
    "recording_id": null,
    "artist": "Capital Letters",
    "artist_ids": [
        "57af56bc-bf5f-4cbe-9476-7f3c2447805b"
    ],
    "album": "Wolverhampton In Dub",
    "release_id": "7500ee02-fd97-4405-8f8a-ec2ae1f2fce0",
    "release_group_id": null,
    "labels": [
        "Sugar Shack Records"
    ],
    "label_ids": [
        "fafe42d4-bac9-42a0-87b1-bdecfccd4046"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}