Information about plays

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

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

{
    "id": 2676312,
    "uri": "https://api.kexp.org/v2/plays/2676312/?format=api",
    "airdate": "2019-12-21T10:45:00-08:00",
    "show": 46194,
    "show_uri": "https://api.kexp.org/v2/shows/46194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Forefathers Died In The Sand",
    "track_id": "50479923-5564-3c9d-9f63-f792f651ebb7",
    "recording_id": null,
    "artist": "Carl Moore",
    "artist_ids": [
        "8cde08a7-7ba3-4e5f-ae65-04027f0cb48f"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jet Set Records"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}