Information about plays

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

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

{
    "id": 2680972,
    "uri": "https://api.kexp.org/v2/plays/2680972/?format=api",
    "airdate": "2020-01-01T21:21:49-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "https://coverartarchive.org/release/db91c07f-0835-405d-9110-b1cf86171f40/24303486726-250.jpg",
    "thumbnail_uri": "",
    "song": "Downtown Train",
    "track_id": "f8e73231-e7e9-41d4-bc7a-c496543c4c5b",
    "recording_id": null,
    "artist": "Courtney Marie Andrews",
    "artist_ids": [
        "42f0a4aa-644b-4bb6-aca0-07207562e8cb"
    ],
    "album": "Come on Up to the House: Women Sing Waits",
    "release_id": "db91c07f-0835-405d-9110-b1cf86171f40",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://dualtone.bandcamp.com/album/come-on-up-to-the-house-women-sing-waits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}