Information about plays

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

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

{
    "id": 3413150,
    "uri": "https://api.kexp.org/v2/plays/3413150/?format=api",
    "airdate": "2024-10-15T23:20:11-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Across the Room",
    "track_id": null,
    "recording_id": "ea1d66f5-d28d-4698-a217-181ef1d4891e",
    "artist": "ODESZA feat. Leon Bridges",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6",
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Across the Room (remixes)",
    "release_id": null,
    "release_group_id": "91f466e8-04d6-4f61-917b-bef609e1cd4b",
    "labels": [
        "Foreign Family Collective"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458"
    ],
    "release_date": "2018-06-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Incredible collaboration! Request from Peru. \nhttps://odesza.com/\nhttps://www.leonbridges.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}