Information about plays

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

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

{
    "id": 2675921,
    "uri": "https://api.kexp.org/v2/plays/2675921/?format=api",
    "airdate": "2019-12-20T12:58:04-08:00",
    "show": 46186,
    "show_uri": "https://api.kexp.org/v2/shows/46186/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85/24876326885-250.jpg",
    "thumbnail_uri": "",
    "song": "Still Raining, Still Dreaming",
    "track_id": "5f4ba8b5-961c-3811-912d-59014ba9260c",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": "a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}