Information about plays

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

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

{
    "id": 3413201,
    "uri": "https://api.kexp.org/v2/plays/3413201/?format=api",
    "airdate": "2024-10-16T01:54:46-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caribbean Queen (No More Love on the Run)",
    "track_id": null,
    "recording_id": "73926828-5c47-49aa-9666-5cd39bf41fbc",
    "artist": "Billy Ocean",
    "artist_ids": [
        "0e422e91-a42a-4b4d-8413-9baff67350f2"
    ],
    "album": "Suddenly",
    "release_id": null,
    "release_group_id": "bb19f4e0-044d-4bb2-b518-57e045fdb383",
    "labels": [
        "CBS/Sony"
    ],
    "label_ids": [
        "08f37a61-1c54-4257-b31d-810fa2ac5cd5"
    ],
    "release_date": "1984-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song won 1985 Grammy Award for Best Male R&B Vocal Performance, making Billy Ocean the first British artist to win the category.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}