Information about plays

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

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

{
    "id": 373056,
    "uri": "https://api.kexp.org/v2/plays/373056/?format=api",
    "airdate": "2019-08-27T15:53:33-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d5c737a-812b-469b-94f0-1cd096d85926/15236980642-250.jpg",
    "thumbnail_uri": "",
    "song": "Papa's a Got Brand New Bag, Parts 1 & 2",
    "track_id": "7290ae41-6561-36e7-9e85-09a8332b681a",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Foundations of Funk: A Brand New Bag: 1964-1969",
    "release_id": "0d5c737a-812b-469b-94f0-1cd096d85926",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Find out more on Mixtape Week and tune in all week to see if selections from your mixtape will be played! https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}