Information about plays

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

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

{
    "id": 2679002,
    "uri": "https://api.kexp.org/v2/plays/2679002/?format=api",
    "airdate": "2019-12-28T02:20:00-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River",
    "track_id": "7a56c730-e2ee-40c4-938f-357c5f0420f3",
    "recording_id": null,
    "artist": "Ibeyi",
    "artist_ids": [
        "a4e3e7ca-87d7-4d5d-8a36-72e5f043e378"
    ],
    "album": "Oya",
    "release_id": "c90f3aec-a9f6-4b19-b503-f269e50ae292",
    "release_group_id": null,
    "labels": [
        "Hostess Entertainment Unlimited."
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}