Information about plays

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

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

{
    "id": 365994,
    "uri": "https://api.kexp.org/v2/plays/365994/?format=api",
    "airdate": "2019-08-11T12:24:02-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b49d739-d537-4c0b-a3d1-9ff212da574e/4645129432-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl Called Alex",
    "track_id": "423d93a3-83b3-3cbf-a5f0-474dc91f22a3",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Wakin on a Pretty Daze",
    "release_id": "3b49d739-d537-4c0b-a3d1-9ff212da574e",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.facebook.com/kurtvileofphilly/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}