Information about plays

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

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

{
    "id": 2679657,
    "uri": "https://api.kexp.org/v2/plays/2679657/?format=api",
    "airdate": "2019-12-29T17:27:37-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "https://coverartarchive.org/release/a20e6bb5-3aff-35cf-969e-6441f2d7684c/20898729960-250.jpg",
    "thumbnail_uri": "",
    "song": "You and Your Sister",
    "track_id": "8b2e630b-98f9-3de2-974b-1fe375391431",
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "Blood",
    "release_id": "a20e6bb5-3aff-35cf-969e-6441f2d7684c",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}