Information about plays

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

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

{
    "id": 3417182,
    "uri": "https://api.kexp.org/v2/plays/3417182/?format=api",
    "airdate": "2024-10-25T17:13:53-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama Said",
    "track_id": "f9472d0a-b870-4d53-be86-b62e7187758a",
    "recording_id": "045cad86-2f42-4de7-bbc6-584ea8d9560a",
    "artist": "The Shirelles",
    "artist_ids": [
        "a8540ea0-1a74-4c22-8b70-1348a77a74a0"
    ],
    "album": "Greatest Hits",
    "release_id": "b5dfd176-9551-46c4-8655-a29a0b5564fc",
    "release_group_id": "57be2a4b-cf39-4fc6-90e2-9e3dbacc3605",
    "labels": [
        "Scepter"
    ],
    "label_ids": [
        "88799151-84e5-453e-b895-06535b3c8f34"
    ],
    "release_date": "2019-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well, if mama said then it must be true!\n\nCheck out this live performance of The Shirelles' \"Mama Said\" from 1963 https://www.youtube.com/watch?v=4OeBAoL66Mo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}