Information about plays

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

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

{
    "id": 2680820,
    "uri": "https://api.kexp.org/v2/plays/2680820/?format=api",
    "airdate": "2020-01-01T13:11:01-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/a53b7850-7f23-445a-88eb-59959829957f/18536831289-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl! (You Got To Forgive Him)",
    "track_id": "ae1f296b-d82d-4747-bf6a-244acf27b5ad",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Soul of a Woman",
    "release_id": "a53b7850-7f23-445a-88eb-59959829957f",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2017-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}