Information about plays

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

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

{
    "id": 1359808,
    "uri": "https://api.kexp.org/v2/plays/1359808/?format=api",
    "airdate": "2008-04-08T19:13:39-07:00",
    "show": 23747,
    "show_uri": "https://api.kexp.org/v2/shows/23747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coisa mais linda",
    "track_id": "3268c6be-6f3e-410f-ba19-24b03b6f5310",
    "recording_id": null,
    "artist": "Caetano Veloso",
    "artist_ids": [
        "f07dbc2f-317b-470f-bad4-5f1b0eb6faf1"
    ],
    "album": "Personalidade",
    "release_id": "36fb7541-08a0-40cf-96ec-244bda0a3f4d",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}