Information about plays

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

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

{
    "id": 2676777,
    "uri": "https://api.kexp.org/v2/plays/2676777/?format=api",
    "airdate": "2019-12-22T12:58:34-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Infinity",
    "track_id": "53ef4553-8f19-45bc-9ce5-0a5435531600",
    "recording_id": null,
    "artist": "Springtime Carnivore",
    "artist_ids": [
        "b93534be-2f5b-4d84-ba4c-073f2ede4706"
    ],
    "album": "Midnight Room",
    "release_id": "5e0fba34-efe3-43a7-a874-93460c3f6e54",
    "release_group_id": null,
    "labels": [
        "Autumn Tone Records"
    ],
    "label_ids": [
        "728fd002-c00c-4ce5-8cee-238fa07214ef"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greta Morgan Salpeter is based in Los Angeles. She performs as Springtime Carnivore and is a member of the Vampire Weekend touring band. https://www.gretamorganmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}