Information about plays

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

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

{
    "id": 2677167,
    "uri": "https://api.kexp.org/v2/plays/2677167/?format=api",
    "airdate": "2019-12-23T14:17:42-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/13c5bb16-deaa-464c-8cbb-6a70c112435a/20857311393-250.jpg",
    "thumbnail_uri": "",
    "song": "Now or Never Now",
    "track_id": "218f86d1-2f76-4de2-85c8-e9a4a75a4528",
    "recording_id": null,
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Art of Doubt",
    "release_id": "13c5bb16-deaa-464c-8cbb-6a70c112435a",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Metric played live in the KEXP studio a while back. Check it out here: https://www.youtube.com/watch?v=suQPbf7Irm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}