Information about plays

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

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

{
    "id": 379319,
    "uri": "https://api.kexp.org/v2/plays/379319/?format=api",
    "airdate": "2019-09-10T23:08:14-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready, Steady Go",
    "track_id": "a6b0f56d-135f-38d0-b0fb-8469a2f1081e",
    "recording_id": null,
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Anthology",
    "release_id": "1bfa4f85-bb61-4114-8a7b-590f7d1ce069",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}