Information about plays

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

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

{
    "id": 2681316,
    "uri": "https://api.kexp.org/v2/plays/2681316/?format=api",
    "airdate": "2020-01-02T18:40:15-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ec58426-57a5-4af3-8011-a4032d48211f/4445019136-250.jpg",
    "thumbnail_uri": "",
    "song": "If I Could Only Win Your Love",
    "track_id": "ddd9dddb-9884-30fb-af55-cf6cc0efdad5",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Pieces of the Sky",
    "release_id": "6ec58426-57a5-4af3-8011-a4032d48211f",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2004-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}