Information about plays

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

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

{
    "id": 2680762,
    "uri": "https://api.kexp.org/v2/plays/2680762/?format=api",
    "airdate": "2020-01-01T09:56:24-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "W",
    "track_id": "9b6b64a9-d01d-44d7-aa8c-8c71895ccd9d",
    "recording_id": null,
    "artist": "Koffee feat. Gunna",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "W",
    "release_id": "e63050b1-ac58-43ed-8d4a-69783a96665e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}