Information about plays

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

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

{
    "id": 2676840,
    "uri": "https://api.kexp.org/v2/plays/2676840/?format=api",
    "airdate": "2019-12-22T16:52:55-08:00",
    "show": 46204,
    "show_uri": "https://api.kexp.org/v2/shows/46204/?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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}