Information about plays

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

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

{
    "id": 2682504,
    "uri": "https://api.kexp.org/v2/plays/2682504/?format=api",
    "airdate": "2020-01-05T15:00:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Playground Love (feat. Gordon Tracks)",
    "track_id": "788289f2-de54-3f48-96d9-81c47637e1ca",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Playground Love",
    "release_id": "98195f41-b529-306a-9720-4883a355dc73",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}