Information about plays

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

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

{
    "id": 2682769,
    "uri": "https://api.kexp.org/v2/plays/2682769/?format=api",
    "airdate": "2020-01-06T08:09:00-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": "ae7a7aac-c948-3fff-a708-1e381bac7054",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": "1932169a-607a-46c4-a611-3a8479c1b885",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}