Information about plays

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

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

{
    "id": 2674739,
    "uri": "https://api.kexp.org/v2/plays/2674739/?format=api",
    "airdate": "2019-12-18T03:02:39-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d6a3fad-45a9-400a-b116-95d22a8544b7/1385724742-250.jpg",
    "thumbnail_uri": "",
    "song": "Tell Mama",
    "track_id": "6d1c7e2b-d518-3868-b49f-841437e6a1eb",
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Tell Mama: The Complete Muscle Shoals Sessions",
    "release_id": "0d6a3fad-45a9-400a-b116-95d22a8544b7",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tell Mama is the eighth studio album by American singer Etta James.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}