Information about plays

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

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

{
    "id": 374140,
    "uri": "https://api.kexp.org/v2/plays/374140/?format=api",
    "airdate": "2019-08-29T19:12:16-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Wasn’t God Who Made Honky Tonk Angels",
    "track_id": "918fa0ce-b933-4031-be3a-c125ca3067c1",
    "recording_id": null,
    "artist": "Kitty Wells",
    "artist_ids": [
        "5a5eeab3-e4b7-42e9-8ae9-b90eeb210b96"
    ],
    "album": "It Wasn’t God Who Made Honky Tonk Angels / I Don’t Want Your Money, I Want Your Time",
    "release_id": "6d587d5f-2203-4afc-a71a-cca517ffed0a",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1952-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}