Information about plays

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

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

{
    "id": 2680261,
    "uri": "https://api.kexp.org/v2/plays/2680261/?format=api",
    "airdate": "2019-12-31T04:37:35-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbca2693-b11f-401d-8e69-ae2787a41782/24480122166-250.jpg",
    "thumbnail_uri": "",
    "song": "FRONTAL LOBE MUZIK",
    "track_id": "1c56a3a5-48d4-4715-952e-bdfa9f4913e6",
    "recording_id": null,
    "artist": "Daniel Caesar feat. Pharrell Williams",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "CASE STUDY 01",
    "release_id": "fbca2693-b11f-401d-8e69-ae2787a41782",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}