Information about plays

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

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

{
    "id": 473960,
    "uri": "https://api.kexp.org/v2/plays/473960/?format=api",
    "airdate": "2001-10-07T20:42:21-07:00",
    "show": 8076,
    "show_uri": "https://api.kexp.org/v2/shows/8076/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Nature",
    "track_id": "c79c7710-ddfb-4e1c-beb3-5c1de500d902",
    "recording_id": null,
    "artist": "Baron",
    "artist_ids": [
        "4b795277-9be7-499f-affa-6af2889b1dcc"
    ],
    "album": "L Plates, Volume 4",
    "release_id": "6e8f92b2-1bea-4aa1-ab0e-7248f3f2f32b",
    "release_group_id": null,
    "labels": [
        "L Plates"
    ],
    "label_ids": [
        "704c8a47-6463-4199-886c-dd19068b4d15"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}