Information about plays

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

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

{
    "id": 2683020,
    "uri": "https://api.kexp.org/v2/plays/2683020/?format=api",
    "airdate": "2020-01-06T23:11:24-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/0dcc581c-4939-4355-aa9c-a1bc53e3af8a/23064926398-250.jpg",
    "thumbnail_uri": "",
    "song": "EARFQUAKE",
    "track_id": "099afa81-f036-4cd0-92dc-d6f4f22b350e",
    "recording_id": null,
    "artist": "Tyler, the Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "IGOR",
    "release_id": "0dcc581c-4939-4355-aa9c-a1bc53e3af8a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}