Information about plays

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

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

{
    "id": 2683131,
    "uri": "https://api.kexp.org/v2/plays/2683131/?format=api",
    "airdate": "2020-01-07T05:36:35-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/9342dd35-86b1-41e2-adb1-b449c795c525/25071525588-250.jpg",
    "thumbnail_uri": "",
    "song": "Feed",
    "track_id": "13b6acf5-1abe-42c1-a5a0-f0d1a9fde9fa",
    "recording_id": null,
    "artist": "Soccer Mommy",
    "artist_ids": [
        "84803b1d-dcb3-490d-9af5-debbba64a011"
    ],
    "album": "Feed",
    "release_id": "9342dd35-86b1-41e2-adb1-b449c795c525",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-12-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}