Information about plays

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

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

{
    "id": 374436,
    "uri": "https://api.kexp.org/v2/plays/374436/?format=api",
    "airdate": "2019-08-30T10:59:00-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Middle of the Road",
    "track_id": "aaebfd86-6979-39c3-a4ab-9e04422dabf4",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "The Singles",
    "release_id": "fcf4f7da-c37e-3704-ad4f-20e090e8b4ef",
    "release_group_id": null,
    "labels": [
        "WEA Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}