Information about plays

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

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

{
    "id": 2674744,
    "uri": "https://api.kexp.org/v2/plays/2674744/?format=api",
    "airdate": "2019-12-18T03:12:57-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pecador",
    "track_id": "760a0d33-996b-43b5-b892-4e63be972f17",
    "recording_id": null,
    "artist": "Residente",
    "artist_ids": [
        "b38a00f2-3746-4e9e-93de-8257ca5b1680"
    ],
    "album": "Pecador",
    "release_id": "647eb902-8257-435b-a89d-52790b6a7a3c",
    "release_group_id": null,
    "labels": [
        "Sony Latin"
    ],
    "label_ids": [
        "34af3899-79f9-43b2-92fe-0819f89ca35a"
    ],
    "release_date": "2019-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was born after the artist, alongside Yale University, experimented to capture the brain frequencies of a Muslim man while praying and turn those waves into music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}