Information about plays

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

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

{
    "id": 2680743,
    "uri": "https://api.kexp.org/v2/plays/2680743/?format=api",
    "airdate": "2020-01-01T08:51:56-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e77fbaf-edaa-4022-846b-2fe4605a2f61/12158189670-250.jpg",
    "thumbnail_uri": "",
    "song": "Cel U Lar Device",
    "track_id": "c71fa76d-3414-4425-94a3-62ab587e6e51",
    "recording_id": null,
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "But You Caint Use My Phone",
    "release_id": "1e77fbaf-edaa-4022-846b-2fe4605a2f61",
    "release_group_id": null,
    "labels": [
        "Control Freaq"
    ],
    "label_ids": [
        "d2ee30c3-d486-4fbd-9da7-15da07cb6087"
    ],
    "release_date": "2015-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}