Information about plays

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

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

{
    "id": 373943,
    "uri": "https://api.kexp.org/v2/plays/373943/?format=api",
    "airdate": "2019-08-29T10:34:12-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can We Still Be Friends?",
    "track_id": "071d9fe6-e97b-411d-975a-f4f8fbc78a52",
    "recording_id": null,
    "artist": "Todd Rundgren",
    "artist_ids": [
        "1a9a8ca0-ea8e-4e9e-96aa-288155bb2c5d"
    ],
    "album": "With a Twist...",
    "release_id": "5766f8b6-90f2-4258-a098-d8d69c04481b",
    "release_group_id": null,
    "labels": [
        "Guardian Records"
    ],
    "label_ids": [
        "9fc3d3f8-0571-4962-8131-2e15fb3e460c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tanya's \"Funeral Jamz\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}