Information about plays

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

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

{
    "id": 380691,
    "uri": "https://api.kexp.org/v2/plays/380691/?format=api",
    "airdate": "2019-09-14T05:46:00-07:00",
    "show": 6334,
    "show_uri": "https://api.kexp.org/v2/shows/6334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birthday Song",
    "track_id": "6a060a23-53f5-4a37-bcbf-9713fdf80dab",
    "recording_id": null,
    "artist": "Meklit Hadero",
    "artist_ids": [],
    "album": "When the People Move the Music Moves Too",
    "release_id": "664585f2-7a3d-43ce-9938-2b7f0044f717",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}