Information about plays

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

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

{
    "id": 2681917,
    "uri": "https://api.kexp.org/v2/plays/2681917/?format=api",
    "airdate": "2020-01-04T05:02:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War",
    "track_id": "b29f3a20-b97a-3406-b4b1-a551c158fab2",
    "recording_id": null,
    "artist": "Edwin Starr",
    "artist_ids": [
        "9eace815-06f3-487c-bf3a-1a817e248056"
    ],
    "album": "War & Peace",
    "release_id": "28887c4f-7838-4bf9-b12a-a8e120b0a265",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}