Information about plays

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

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

{
    "id": 2681445,
    "uri": "https://api.kexp.org/v2/plays/2681445/?format=api",
    "airdate": "2020-01-03T01:14:36-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop Song",
    "track_id": "c19d0aa1-c70b-4670-a1ab-541bca59eb00",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "Pop Song",
    "release_id": "04adf7ed-5bab-4eb6-b155-a73206b8667d",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}