Information about plays

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

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

{
    "id": 2677464,
    "uri": "https://api.kexp.org/v2/plays/2677464/?format=api",
    "airdate": "2019-12-24T07:35:40-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/be3e3f45-2963-46b2-807b-21c2e947eeee/2210811645-250.jpg",
    "thumbnail_uri": "",
    "song": "Feels Like We Only Go Backwards",
    "track_id": "bf6bb630-5dfb-3168-b0ce-485643a42267",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Lonerism",
    "release_id": "be3e3f45-2963-46b2-807b-21c2e947eeee",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2012-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you are in San Diego, Los Angeles, San Francisco or Mexico City on March 9th, 10th, 13th or 19th respectively you can go see Tame Impala, Clairo and MGMT perform together! https://bit.ly/2QcGwZ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}