Information about plays

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

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

{
    "id": 2682308,
    "uri": "https://api.kexp.org/v2/plays/2682308/?format=api",
    "airdate": "2020-01-05T03:32:17-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/59892b85-2e79-4549-ab7e-2b4fe2bd339d/3331778206-250.jpg",
    "thumbnail_uri": "",
    "song": "Iced Lightning",
    "track_id": "1154e9b4-cae3-3ee6-82bf-e06145c33bcd",
    "recording_id": null,
    "artist": "RJD2",
    "artist_ids": [
        "1a120ec5-35b3-4f3e-aa49-7201550d9feb"
    ],
    "album": "Since We Last Spoke",
    "release_id": "59892b85-2e79-4549-ab7e-2b4fe2bd339d",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2004-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going back to 2004 for RJD2's second solo studio album. Released on Definitive Jux, a past label venture by producer and artist El-P.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}