Information about plays

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

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

{
    "id": 3428931,
    "uri": "https://api.kexp.org/v2/plays/3428931/?format=api",
    "airdate": "2024-11-23T03:29:08-08:00",
    "show": 61922,
    "show_uri": "https://api.kexp.org/v2/shows/61922/?format=api",
    "image_uri": "https://ia801000.us.archive.org/6/items/mbid-da79c05f-d011-4a15-a06b-e251dfe984e2/mbid-da79c05f-d011-4a15-a06b-e251dfe984e2-24234697336_thumb500.jpg",
    "thumbnail_uri": "https://ia601000.us.archive.org/6/items/mbid-da79c05f-d011-4a15-a06b-e251dfe984e2/mbid-da79c05f-d011-4a15-a06b-e251dfe984e2-24234697336_thumb250.jpg",
    "song": "Dear Leader",
    "track_id": "c5081a51-db0e-4329-8b60-214cfbe5134d",
    "recording_id": "8f8e566f-a12d-4fac-af28-2f33c61eea79",
    "artist": "Little Scream",
    "artist_ids": [
        "6c867dbf-a711-463a-826d-79d0dc7bc4bb"
    ],
    "album": "Speed Queen",
    "release_id": "da79c05f-d011-4a15-a06b-e251dfe984e2",
    "release_group_id": "229cae47-f555-457d-8866-f9ddf87071bd",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}