Information about plays

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

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

{
    "id": 2675856,
    "uri": "https://api.kexp.org/v2/plays/2675856/?format=api",
    "airdate": "2019-12-20T08:49:24-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/f203e3bc-9ffe-4352-b570-161045687795/5591717605-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Out Days",
    "track_id": "ec96d1c4-b79c-4860-ba6e-a08402dbd4d4",
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Phantogram",
    "release_id": "f203e3bc-9ffe-4352-b570-161045687795",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 24.  Phantogram's \"Voices\" was the second studio album by this duo.  It came out on February 18th, 2014.  Watch the official music video for \"Black Out Days\": https://www.youtube.com/watch?v=a0ul-BghOAs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}