Information about plays

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

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

{
    "id": 2682554,
    "uri": "https://api.kexp.org/v2/plays/2682554/?format=api",
    "airdate": "2020-01-05T17:53:27-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7015af1-b6d4-41af-b3f0-93eda6fa40be/11877587750-250.jpg",
    "thumbnail_uri": "",
    "song": "Lovefool",
    "track_id": "0cf9ccc6-8074-40d6-a86e-a72170544598",
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "First Band on the Moon",
    "release_id": "e7015af1-b6d4-41af-b3f0-93eda6fa40be",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}