Information about plays

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

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

{
    "id": 503381,
    "uri": "https://api.kexp.org/v2/plays/503381/?format=api",
    "airdate": "2002-01-03T17:52:00-08:00",
    "show": 8650,
    "show_uri": "https://api.kexp.org/v2/shows/8650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hillbilly Bound",
    "track_id": "eff2ea21-9063-46c4-b100-240dd44cb3a7",
    "recording_id": null,
    "artist": "Rockhouse Ramblers",
    "artist_ids": [
        "76cfdc75-2414-4933-ac0a-6b92f77f6ae2"
    ],
    "album": "Bar Time",
    "release_id": "420012de-1b1d-43f3-9e15-63f9e9771947",
    "release_group_id": null,
    "labels": [
        "Hayden'S Ferry"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}