Information about plays

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

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

{
    "id": 2670958,
    "uri": "https://api.kexp.org/v2/plays/2670958/?format=api",
    "airdate": "2019-12-09T11:35:47-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3a18492-0e33-446c-a0aa-f08c8f0bac3b/24394486992-250.jpg",
    "thumbnail_uri": "",
    "song": "Our Pathetic Age",
    "track_id": "94cfb40c-6666-44d0-bfe4-f02289d790ed",
    "recording_id": null,
    "artist": "DJ Shadow feat. Samuel T. Herring",
    "artist_ids": [
        "9d5e9b8b-6cad-409b-9582-3415e8c7d907"
    ],
    "album": "Our Pathetic Age",
    "release_id": "f3a18492-0e33-446c-a0aa-f08c8f0bac3b",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you Samuel T. Herring raps?! He goes by rap moniker Hemlock Ernst and has collaborated with producers Kenny Segal & Milo! Read more about his latest album here: https://bit.ly/2LFqGVr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}