Information about plays

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

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

{
    "id": 2678339,
    "uri": "https://api.kexp.org/v2/plays/2678339/?format=api",
    "airdate": "2019-12-26T09:49:54-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/07039b72-c9a4-3c70-8089-d053f14a5ebe/8835848042-250.jpg",
    "thumbnail_uri": "",
    "song": "My Name Is Mud",
    "track_id": "f26a197d-aeef-32a9-afa3-d1aa53b5610b",
    "recording_id": null,
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "Pork Soda",
    "release_id": "07039b72-c9a4-3c70-8089-d053f14a5ebe",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Primus is an American funk metal band formed in El Sobrante, California in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}