Information about plays

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

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

{
    "id": 2680374,
    "uri": "https://api.kexp.org/v2/plays/2680374/?format=api",
    "airdate": "2019-12-31T10:48:11-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e08be6c-65ae-3901-90f9-28cb3fbdacdd/9707961340-250.jpg",
    "thumbnail_uri": "",
    "song": "Mystery Achievement",
    "track_id": "a3cb4a74-6f7d-37e1-9c4b-0bb98e929543",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": "2e08be6c-65ae-3901-90f9-28cb3fbdacdd",
    "release_group_id": null,
    "labels": [
        "Real Records"
    ],
    "label_ids": [
        "851b17a3-8353-47fc-9f7b-cba5392b41cd"
    ],
    "release_date": "1999-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gang, this f**king song totally and utterly stunned me back in 1980. What a way to end an album! Even almost 40 years later, it just completely kills me. And the great thing was, they were just getting going.\"  Read a tribute to \"Mystery Achievement\": https://medialoper.com/certain-songs-1632-pretenders-mystery-achievement/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}