Information about plays

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

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

{
    "id": 2676211,
    "uri": "https://api.kexp.org/v2/plays/2676211/?format=api",
    "airdate": "2019-12-21T03:35:00-08:00",
    "show": 46190,
    "show_uri": "https://api.kexp.org/v2/shows/46190/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8ad754d-58ce-46ce-87e5-cb280911050e/18617805094-250.jpg",
    "thumbnail_uri": "",
    "song": "Joints & Jam",
    "track_id": "186c5e50-d6a9-4105-a02f-ee3862cd624a",
    "recording_id": null,
    "artist": "The Black Eyed Peas",
    "artist_ids": [
        "d5be5333-4171-427e-8e12-732087c6b78e"
    ],
    "album": "Behind the Front",
    "release_id": "c8ad754d-58ce-46ce-87e5-cb280911050e",
    "release_group_id": null,
    "labels": [
        "will.i.am"
    ],
    "label_ids": [
        "bd3a9d8e-cc34-496c-a4e6-c412c06b2b60"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}