Information about plays

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

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

{
    "id": 2680383,
    "uri": "https://api.kexp.org/v2/plays/2680383/?format=api",
    "airdate": "2019-12-31T11:24:50-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You'll Be Singing My Name",
    "track_id": "e01f8021-0d21-4b64-a95c-e57b8c64e88c",
    "recording_id": null,
    "artist": "Georgia Maq",
    "artist_ids": [
        "055ac294-a4a2-4c6e-a2f4-a77e66c1273f"
    ],
    "album": "Pleaser",
    "release_id": "9b77fe56-3e69-4374-a1bd-03504ba2a313",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Camp cope's singer and guitarist Georgia Maq has just released her debut solo album, :Pleaser.\"  You can purchase it on her Bandcamp page:  https://georgiamaq.bandcamp.com/album/pleaser-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}