Information about plays

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

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

{
    "id": 2681284,
    "uri": "https://api.kexp.org/v2/plays/2681284/?format=api",
    "airdate": "2020-01-02T16:54:08-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/3571479c-5dea-4d27-b915-bf2509d55c05/21496892883-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Away",
    "track_id": "657ac334-9906-411e-b7a6-1c992bdd24fa",
    "recording_id": null,
    "artist": "Charles Bradley featuring Menahan Street Band",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Black Velvet",
    "release_id": "3571479c-5dea-4d27-b915-bf2509d55c05",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nirvana cover :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}