Information about plays

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

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

{
    "id": 2681460,
    "uri": "https://api.kexp.org/v2/plays/2681460/?format=api",
    "airdate": "2020-01-03T02:10:27-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flat Earth",
    "track_id": "a4a9d507-07cd-409a-95ae-5799352f818c",
    "recording_id": null,
    "artist": "Cold Beat",
    "artist_ids": [
        "10969dc2-c517-4d0d-adc4-45a8a73623a9"
    ],
    "album": "Flat Earth",
    "release_id": "ae36beda-2235-420c-8a79-f7d6fb454f46",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}